home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FreeDAList < prev    next >
Text File  |  1990-06-22  |  777b  |  67 lines

  1.  
  2.  
  3.  
  4.      FreeDAList(31.0)      ARP Programmers Manual      FreeDAList(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FreeDAList - Free a DosAllocmem (DA) list
  10.  
  11.      SYNOPSIS
  12.       FreeDAList ( daNode )
  13.              A1
  14.  
  15.      FUNCTION
  16.       Frees    all DAList nodes from a    DA list.  This function    may be
  17.       used to free any DA style list, the only requirements    are
  18.       that each node in the    list must be allocated by calls    to
  19.       DosAllocMem(), and that each node contains a pointer to the
  20.       next node in the list    as its first entry.
  21.  
  22.      INPUTS
  23.       daNode - Pointer to the first    node to    free.
  24.  
  25.      RESULT
  26.       All nodes from daNode    to the end of the list will be freed.
  27.       No value is returned to the caller.
  28.  
  29.      BUGS
  30.       None known.
  31.  
  32.      AUTHOR
  33.       CDH
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.